.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Arial !important;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-news_item-text .p2,
.relate-team_list-item a,
.page-team_item-text .p1,
.tuwen_two-item-text .p1,
.list_one-item .p1,
.one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.page-techno_img img,
.layout_six-list-item-img img,
.header-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex,
.page-team_detail-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex,
  .page-team_detail-box {
    flex-direction: column;
  }
  .dflex > div,
  .page-team_detail-box > div {
    width: 100%;
  }
}

.flex1,
.page-news_item-text,
.relate-team_list-item a,
.page-team_detail-text,
.tuwen_one-item-text,
.footer-top_nav {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale,
.tuwen_one-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg,
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg,
.tuwen_one-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 1024;
  left: 0;
  width: 100%;
  background: #fff;
}
.header .wrap {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: flex;
  width: 137px;
}
.header_menu-btn {
  display: none;
}
.header_menu-btn i {
  color: #543f2c;
  font-size: 24px;
}
.header_menu-btn i.icon-system-close {
  display: none;
}
.header_menu-btn.on .icon-menu {
  display: none;
}
.header_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .header {
    position: relative;
  }
  .header .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .header-logo {
    margin-right: 10px;
    width: 80%;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  background: url(../images/nav_bj.png) right center no-repeat;
}
.nav-box_item:last-child {
  background: none;
}
.nav-box_item > a {
  display: flex;
  flex-direction: column;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0 18px;
  border-bottom: 2px solid transparent;
}
.nav-box_item > a .s_en {
  font-size: 14px;
}
.nav-box_item > a .s_zh {
  font-size: 16px;
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(90, 90, 90, 0.6);
    min-width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border-top: 1px #000 solid;
  }
}
.sub-box_item {
  margin: 0 12.5%;
  border-bottom: 1px solid #fff;
}
.sub-box_item:last-child {
  border-bottom: none;
}
.sub-box_item > a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #543f2c;
    flex-direction: column;
    top: 100%;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
  }
  .nav-box_item > a .s_en {
    order: 2;
    margin-left: 10px;
  }
  .nav-box_item > a .s_en::before {
    content: "/";
    margin-right: 8px;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    text-align: left;
    color: #e7e7e7;
  }
}

.layout_title {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.layout_title:before {
  content: "";
  width: 345px;
  height: 1px;
  background: #543f2c;
  transform: translateX(calc(-100% - 15px));
  top: 80%;
  position: absolute;
}
.layout_title-tab {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.layout_title-tab span {
  font-size: 14px;
  padding: 0 15px;
  color: #7c634d;
  cursor: pointer;
}
.layout_title-tab span.on {
  color: #543f2c;
  font-weight: bold;
  font-size: 20px;
}
.layout_title-text {
  display: flex;
  align-items: flex-end;
}
.layout_title-text .d1 {
  width: 280px;
}
.layout_title-text .d1 span {
  display: block;
  color: #543f2c;
  font-weight: bold;
}
.layout_title-text .d1 .s1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.layout_title-text .d1 .s2 {
  font-size: 30px;
  line-height: 1;
}
.layout_title-text .d2 {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.layout_title-text .d2:before {
  content: "";
  position: absolute;
  left: 0;
  height: 26px;
  width: 2px;
  background: #543f2c;
  bottom: 5px;
}
.layout_title-text .d2 .p1 {
  font-size: 16px;
  color: #656565;
}
.layout_title-more {
  font-size: 16px;
  color: #8b5736;
  width: 130px;
  height: 25px;
  line-height: 23px;
  padding-left: 25px;
  border: 1px solid #7d7d7d;
  border-radius: 20px;
  transition: all 0.5s ease;
  background: url(../images/index_box2_tmore.png) right 20px center no-repeat;
  font-weight: bold;
  flex: none;
}
.layout_title-more:hover {
  color: #fff;
  background: #543f2c;
  border-color: #543f2c;
}
.layout_title-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 39.0625vw;
}
.layout_title-phone .p1 {
  display: flex;
  align-items: center;
}
.layout_title-phone .p1 img {
  max-width: 100%;
  margin-right: 5px;
}
.layout_title-phone .p1 span {
  color: #543f2c;
  font-size: 14px;
  position: relative;
}
.layout_title-phone .p1 span:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #543f2c;
  left: calc(50% - 20px);
  bottom: -1px;
}
.layout_title-phone .p2 {
  color: #543f2c;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-top {
  background: url(../images/foot.png) top center no-repeat;
  background-size: cover;
  padding: 2.6041666667vw 0;
}
.footer-top .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-top_nav {
  display: flex;
  justify-content: space-between;
}
.footer-top_nav-item a {
  color: #bcbcbc;
  font-size: 15px;
}
.footer-top_nav-item a:hover {
  color: #fff;
}
.footer-top_text {
  width: 27.5%;
  padding-left: 10%;
}
.footer-top_text p {
  color: #bcbcbc;
  font-size: 15px;
}
.footer-top_text p + p {
  margin-top: 15px;
}
.footer-cy {
  background: #434343;
  font-size: 14px;
  color: #bcbcbc;
  padding: 7px 0;
  text-align: center;
}
.footer-cy p a {
    margin-left: 10px;
} 
.toolbar {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 40%;
  width: 185px;
}
.toolbar-item {
  position: relative;
  width: 50px;
  height: 50px;
  background: #212121;
  border-radius: 5px;
  margin-bottom: 1px;
  margin-left: 135px;
  cursor: pointer;
}
.toolbar-item_img {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-item_phone {
  width: 185px;
  display: flex;
  transition: all 0.5s ease;
}
.toolbar-item_phone:hover {
  background: #ff9911;
  margin-left: 0;
}
.toolbar-item_phone-box {
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.toolbar-item_wx-box {
  position: absolute;
  right: 100%;
  bottom: -4px;
  display: none;
}
.toolbar-item_wx:hover .toolbar-item_wx-box {
  display: block;
}
.toolbar-item_top {
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 46.875%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 4.1666666667vw;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 8px !important;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
    border-radius: 5px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    border-radius: 54px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 20px;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item-img {
  margin-bottom: 10px;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text .p1 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.one-swiper-item-text .p2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.one-swiper-item-text .p3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 95.2380952381%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  text-align: center;
  border-radius: 6px;
  margin-top: 0px;
  background: rgba(84, 63, 44, 0.8);
  padding: 8px;
}
.two-swiper-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  color: #fff;
  font-size: 14px;
}
.two-swiper .swiper-button-prev,
.two-swiper .swiper-button-next {
  background: transparent;
  width: 44px;
  height: 27px;
  opacity: 0.5;
}
.two-swiper .swiper-button-prev:hover,
.two-swiper .swiper-button-next:hover {
  opacity: 1;
}

.layout_one {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
}
@media (max-width: 1230px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-video video {
  width: 100% !important;
}

.layout_two {
  background: #f8ebd7;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1230px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two-box {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.layout_two-left {
  width: 36.25%;
}
.layout_two-right {
  width: 58.9166666667%;
}

.layout_three {
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1230px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_four {
  background: #f8ebd7;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1230px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_four-box {
  margin-top: 25px;
}

.layout_five {
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1230px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_six {
  background: #f8ebd7;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1230px) {
  .layout_six {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_six {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_six-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.layout_six-list:before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #bf5e5b;
  top: 49%;
}
.layout_six-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 8;
}
.layout_six-list-item.on .layout_six-list-item-circle:after {
  display: block;
}
.layout_six-list-item:nth-of-type(even) .layout_six-list-item-img {
  order: 3;
}
.layout_six-list-item:nth-of-type(even) .layout_six-list-item-circle {
  order: 2;
}
.layout_six-list-item-circle {
  background: url(../images/index_icolist.png) center no-repeat;
  width: 23px;
  height: 22px;
  margin: 10px 0;
  position: relative;
}
.layout_six-list-item-circle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ae605a;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  display: none;
}
.layout_six-list-item-text {
  font-size: 22px;
  color: #543f2c;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  height: 60px;
}
@media (max-width: 1230px) {
  .layout_six-list-item-text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_six-list-item-text {
    font-size: 16px;
  }
}
.layout_six-list-item-img {
  height: 60px;
  display: flex;
  align-items: center;
}

.list_one {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list_one-item {
  width: calc(50% - 5px);
}
.list_one-item a {
  display: block;
}
.list_one-item-img {
  padding-bottom: 59.7701149425%;
  position: relative;
}
.list_one-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.list_one-item-text {
  font-size: 18px;
  color: #543f2c;
  margin-bottom: 0;
  line-height: 1.2;
  margin: 15px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1230px) {
  .list_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text {
    font-size: 14px;
  }
}
.list_one-item .p1 {
  padding-left: 45px;
  font-size: 18px;
  color: #543f2c;
  margin-bottom: 0;
  line-height: 2.4;
  position: relative;
}
@media (max-width: 1230px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 14px;
  }
}
.list_one-item .p1::before {
  content: "";
  width: 25px;
  height: 23px;
  background: url(../images/xn_c_index_39_title.png) left center no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  transition: all 0.5s ease;
}
.list_one-item .p1:hover {
  text-decoration: underline;
}
.list_one-item .p1:hover::before {
  transform: rotate(180deg);
}

.tuwen_one {
  position: relative;
  display: none;
}
.tuwen_one.on {
  display: block;
}
.tuwen_one-item {
  width: 73.3333333333%;
}
.tuwen_one-item:nth-of-type(2) .tuwen_one-item-img {
  order: 2;
}
.tuwen_one-item:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 26.6666666667%;
}
.tuwen_one-item:nth-of-type(3) a {
  height: 100%;
  flex-direction: column;
}
.tuwen_one-item:nth-of-type(3) a .tuwen_one-item-img {
  width: 100%;
}
.tuwen_one-item:nth-of-type(3) a .tuwen_one-item-img .inner-bg {
  padding-bottom: 99.0625%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item a {
  background: #3c3c3c;
  display: flex;
}
.tuwen_one-item-img {
  width: 72.1590909091%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 49.9212598425%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  padding: 0 20px;
}
.tuwen_one-item-text .p1 {
  margin-top: 15px;
  font-size: 18px;
  color: #dcdcdc;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1230px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p1 img {
  margin-left: 5px;
}
.tuwen_one-item-text .p2 {
  color: #dcdcdc;
  font-size: 12px;
  margin-top: 10px;
  line-height: 30px;
}
.tuwen_one-item-text .p3 {
  line-height: 35px;
  border-top: 1px #7d7d7d solid;
  font-size: 14px;
  color: #dcdcdc;
  margin-top: 10px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tuwen_one-item-text .p4 {
  text-align: center;
  margin-top: 15px;
}
.tuwen_one-item-text .p4 span {
  border: 1px #dcdcdc solid;
  color: #dcdcdc;
  margin-top: 15px;
  font-size: 16px;
  padding: 0.2em 1.5em;
}

@keyframes living {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.tuwen_two {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.tuwen_two-item {
  width: 18.3333333333%;
}
.tuwen_two-item a {
  display: block;
}
.tuwen_two-item a:hover .tuwen_two-item-text .p3 span {
  background: #543f2c;
  color: #fff;
}
.tuwen_two-item-img {
  position: relative;
}
.tuwen_two-item-img .inner-bg {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_two-item-img .inner-bg {
  overflow: hidden;
  border-radius: 50%;
}
.tuwen_two-item-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(123, 122, 135, 0.4);
  border-radius: 50%;
  -webkit-animation: living 3s linear infinite;
  z-index: -1;
}
.tuwen_two-item-img span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
}
.tuwen_two-item-text .p1 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #543f2c;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 1230px) {
  .tuwen_two-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text .p1 {
    font-size: 16px;
  }
}
.tuwen_two-item-text .p2 {
  color: #543f2c;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin: 0 20px;
}
.tuwen_two-item-text .p3 {
  text-align: center;
  margin-top: 10px;
}
.tuwen_two-item-text .p3 span {
  display: inline-block;
  border: 1px #543f2c solid;
  line-height: 25px;
  color: #543f2c;
  font-size: 14px;
  width: 104px;
  transition: all 0.5s ease;
}

.page-banner .inner-bg {
  padding-bottom: 23.8020833333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.layout_page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1230px) {
  .layout_page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_page .crumbs {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.layout_page .crumbs a:hover {
  color: #28828b;
}
.page-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 1.5625vw 0;
}
.page-cate_item a {
  display: block;
  border: 1px solid #2b292c;
  font-size: 13px;
  color: #2f2732;
  padding: 0.5em 2em;
}
.page-cate_item a:hover,
.page-cate_item a.on {
  background: #2b292c;
  color: #fff;
}

.layout_page .page-title {
  text-align: center;
  margin-bottom: 2.34375vw;
}
.layout_page .page-title .p1 {
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 11px;
}
.layout_page .page-title .p2 span {
  display: inline-block;
  padding: 2px 11px;
  line-height: 20px;
  font-size: 16px;
  border-left: 1px solid #28828b;
  border-right: 1px solid #28828b;
  color: #28828b;
}

.page-about_content img,
.page-about_content video {
  max-width: 100% !important;
  height: auto !important;
}

.page-honor {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-honor_item {
  width: calc(33.33% - 34px);
}
.page-honor_item a {
  display: block;
}
.page-honor_item-img {
  border: 1px solid #959595;
  padding-bottom: 69.7674418605%;
  position: relative;
}
.page-honor_item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-honor_item-text {
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin-top: 13px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 990px) {
  .page-honor {
    gap: 15px;
  }
  .page-honor_item {
    width: calc(50% - 8px);
  }
  .page-honor_item-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.page-team {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-team_item {
  width: calc(33.33% - 18px);
}
.page-team_item a {
  display: block;
  background: #3c3c3c;
  padding: 14px;
}
.page-team_item a:hover {
  background: #543f2c;
}
.page-team_item-img {
  padding-bottom: 68.75%;
  position: relative;
  margin-bottom: 22px;
}
.page-team_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page-team_item-text .p1 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .page-team_item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-team_item-text .p1 {
    font-size: 14px;
  }
}
.page-team_item-text .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 22px;
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 990px) {
  .page-team {
    gap: 10px;
  }
  .page-team_item {
    width: calc(50% - 5px);
  }
  .page-team_item a {
    padding: 10px;
  }
  .page-team_item-img {
    margin-bottom: 10px;
  }
  .page-team_item-text .p2 {
    line-height: 18px;
    font-size: 12px;
  }
}

.page-team_detail {
  max-width: 1000px;
  margin: 0 auto;
}
.page-team_detail-box {
  background: #f9f9fc;
}
.page-team_detail-img {
  width: 44%;
  padding-bottom: 30.9%;
  position: relative;
}
.page-team_detail-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page-team_detail-text {
  padding: 26px;
}
.page-team_detail-text .p1 {
  font-size: 26px;
  color: #595959;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 1.9270833333vw;
}
@media (max-width: 1230px) {
  .page-team_detail-text .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-team_detail-text .p1 {
    font-size: 16px;
  }
}
.page-team_detail-text .p2 {
  font-size: 18px;
  color: #737373;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .page-team_detail-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-team_detail-text .p2 {
    font-size: 14px;
  }
}

.page-pn {
  margin-top: 2.0833333333vw;
}
.page-pn_item {
  font-size: 14px;
  color: #666;
}
.page-pn_item a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.relate-team {
  margin-top: 2.0833333333vw;
}
.relate-team_title {
  font-size: 16px;
  color: #e7b816;
  margin-bottom: 20px;
}
.relate-team_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #777;
}
.relate-team_list-item {
  width: 50%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #777;
  padding: 0 20px;
}
.relate-team_list-item a {
  font-size: 16px;
  color: #777;
  padding: 7px 0;
}
.relate-team_list-item a:hover {
  color: #e7b816;
}
.relate-team_list-item span {
  font-size: 16px;
  color: #737373;
  margin-left: 10px;
}

@media (max-width: 990px) {
  .page-team_detail-img {
    width: 100%;
    padding-bottom: 50%;
  }
  .page-team_detail-text {
    padding: 10px;
  }
  .page-team_detail-text .p1 {
    margin-bottom: 10px;
  }
  .page-pn {
    margin-top: 20px;
  }
  .page-pn_item {
    font-size: 12px;
  }
  .relate-team {
    margin-top: 20px;
  }
  .relate-team_title {
    margin-bottom: 10px;
  }
  .relate-team_list-item {
    width: 100%;
    padding: 0 10px;
  }
  .relate-team_list-item a {
    font-size: 14px;
    padding: 5px 0;
  }
  .relate-team_list-item span {
    font-size: 14px;
    margin-left: 5px;
  }
}
.page-case {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-case_item {
  width: calc(33.33% - 20px);
}
.page-case_item a {
  display: block;
}
.page-case_item a:hover .page-case_item-img {
  border: 2px solid #543f2c;
}
.page-case_item a:hover .page-case_item-text .s1 {
  background: #543f2c;
  color: #fff;
}
.page-case_item-img {
  padding-bottom: 96.7914438503%;
  position: relative;
  border: 2px solid transparent;
}
.page-case_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page-case_item-text .p1 {
  font-size: 17px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
@media (max-width: 1230px) {
  .page-case_item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-case_item-text .p1 {
    font-size: 14px;
  }
}
.page-case_item-text .p2 {
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
  margin-bottom: 10px;
}
.page-case_item-text .s1 {
  display: inline-block;
  border: 1px solid #543f2c;
  font-size: 13px;
  color: #543f2c;
  padding: 0.5em 2em;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.pagination li {
  padding: 2px 10px;
  border: 1px solid #543f2c;
  border-radius: 2px;
  font-size: 14px;
  color: #333;
  margin: 5px;
  white-space: nowrap;
}

.pagination li:hover {
  color: #543f2c;
}

.pagination li.active {
  background: #543f2c;
  color: #ffffff;
  border-color: #543f2c;
}
.pagination li a {
  display: block;
}

@media (max-width: 990px) {
  .page-case {
    gap: 0;
  }
  .page-case_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-case_item-text .p1 {
    margin: 10px 0 5px 0;
  }
  .page-case_item-text .p2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .page-case_item-text .s1 {
    font-size: 12px;
  }
  .pagination a {
    padding: 2px 5px;
    margin: 0 2px;
    font-size: 12px;
  }
  .pagination span {
    font-size: 12px;
    margin: 0 2px;
  }
}
.page-case_detail-title {
  text-align: center;
  font-size: 18px;
  color: #4c4c4c;
}
.page-case_detail-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  height: 2px;
  width: 50px;
  background: #2e2732;
}
.page-case_detail .social-share {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  background: url(../images/index_cnt_about_02.png) top center no-repeat;
}

.relate-case {
  margin-top: 2vw;
}
.relate-case_title {
  font-size: 14px;
  margin-bottom: 20px;
}
.relate-case_list {
  display: flex;
  justify-content: space-between;
}
.relate-case_list-item {
  width: 20%;
}
.relate-case_list-item a {
  display: block;
  padding-bottom: 107%;
  position: relative;
}
.relate-case_list-item a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 990px) {
  .page-case_detail-title {
    font-size: 16px;
  }
  .page-case_detail-title:after {
    margin: 10px auto;
    width: 30px;
  }
  .page-case_detail .social-share {
    margin-top: 20px;
  }
  .relate-case {
    margin-top: 20px;
  }
  .relate-case_title {
    margin-bottom: 10px;
  }
  .relate-case_list {
    flex-wrap: wrap;
  }
  .relate-case_list-item {
    width: 45%;
    margin-bottom: 10px;
  }
}
.page-news {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-news_item {
  width: calc(50% - 8px);
}
.page-news_item a {
  display: flex;
}
.page-news_item-img {
  width: 50%;
  padding-bottom: 37.6271186441%;
  position: relative;
}
.page-news_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page-news_item-text {
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 35px 64px 35px 23px;
}
.page-news_item-text .p1 {
  font-size: 14px;
  color: #828282;
}
.page-news_item-text .p2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 5px 0 10px 0;
}
@media (max-width: 1230px) {
  .page-news_item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-news_item-text .p2 {
    font-size: 14px;
  }
}
.page-news_item-text .p3 {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 990px) {
  .page-news {
    gap: 0;
  }
  .page-news_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-news_item-text {
    padding: 10px;
  }
  .page-news_item-text .p1 {
    font-size: 12px;
  }
}
.page-techno_img img {
  display: block;
}
.page-techno_text {
  padding: 1.71875vw;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #28828b;
  font-size: 18px;
  color: #737373;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .page-techno_text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-techno_text .p1 {
    font-size: 14px;
  }
}

.service-liuc {
  margin-top: 2vw;
}
.service-liuc .icon-top {
  padding-top: 100px;
}
.service-liuc_list {
  margin-top: 4.5vw;
  display: flex;
  justify-content: space-between;
}
.service-liuc_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.service-liuc_list-item.item-top {
  padding-top: 25px;
}
.service-liuc_list-item .p1 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .service-liuc_list-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .service-liuc_list-item .p1 {
    font-size: 14px;
  }
}
.service-liuc_list-item .p2 {
  font-size: 14px;
  color: #828282;
  margin-bottom: 5px;
}

.service-fanw {
  margin-top: 4vw;
  background: url(../images/n_content_right_m4.png) top center no-repeat;
  background-size: cover;
  padding: 2vw;
}
.service-fanw_text {
  padding: 3vw 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1230px) {
  .service-fanw_text {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .service-fanw_text {
    font-size: 16px;
  }
}

.service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-title .p1 {
  font-size: 36px;
  color: #363636;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .service-title .p1 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .service-title .p1 {
    font-size: 20px;
  }
}
.service-title .p2 {
  font-size: 14px;
  color: #898989;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-title .d1 {
  font-size: 0;
}
.service-title .d1 span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #f3a602;
}
.service-title.white .p1 {
  color: #fff;
}
.service-title.white .p2 {
  color: #ffe5ce;
}
.service-title.white .d1 span {
  background: #fff;
}

@media (max-width: 990px) {
  .service-liuc_list-icon {
    display: none;
  }
  .service-liuc .icon-top {
    padding-top: 100px;
  }
  .service-liuc_list {
    flex-wrap: wrap;
  }
  .service-liuc_list-item {
    padding-top: 0 !important;
    width: 33%;
    margin-bottom: 10px;
  }
  .service-title {
    display: flex;
  }
  .service-title .p2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .service-title .d1 span {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 1230px) {
  .wrap {
    max-width: 1024px;
  }
  .nav-box_item > a {
    padding: 0 8px;
  }
  .tuwen_one-item-text .p3 {
    line-height: 1.5;
    font-size: 13px;
  }
  .tuwen_one-item-text .p4 span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .layout_title-text .d1 .s1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .layout_title-text .d1 .s2 {
    font-size: 18px;
  }
  .layout_title-text .d2 {
    display: none;
  }
  .layout_title-more {
    font-size: 14px;
    width: 80px;
    padding-left: 10px;
    background: url(../images/index_box2_tmore.png) right 10px center no-repeat;
  }
  .toolbar {
    display: none;
  }
  .layout_two-box {
    flex-direction: column;
  }
  .layout_two-box > div + div {
    margin-top: 15px;
  }
  .layout_two-box > div {
    width: 100%;
  }
  .list_one {
    gap: 0;
  }
  .list_one-item {
    width: 100%;
  }
  .list_one-item .p1 {
    padding-left: 20px;
  }
  .list_one-item .p1::before {
    background-size: 15px;
  }
  .layout_four .layout_title {
    align-items: center;
  }
  .layout_four .layout_title-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .layout_four .layout_title-text .d2 {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  .layout_four .layout_title-text .d2::before {
    display: none;
  }
  .layout_four .layout_title-tab {
    margin-left: 0;
  }
  .layout_four .layout_title-tab span {
    padding: 0 5px;
    z-index: 12px;
  }
  .layout_four .layout_title-tab span.on {
    font-size: 14px;
  }
  .layout_four-box {
    margin-top: 15px;
  }
  .tuwen_one-item {
    width: 100%;
  }
  .tuwen_one-item a {
    flex-direction: column;
  }
  .tuwen_one-item:nth-of-type(3) {
    position: static;
    width: 100%;
  }
  .tuwen_one-item:nth-of-type(3) a .tuwen_one-item-img .inner-bg {
    padding-bottom: 49.9212598425%;
  }
  .tuwen_one-item-img {
    width: 100%;
    order: 0 !important;
  }
  .tuwen_one-item-text {
    padding: 10px;
  }
  .tuwen_two {
    flex-wrap: wrap;
    padding: 0;
  }
  .tuwen_two-item {
    width: 45%;
    margin-bottom: 20px;
  }
  .layout_six-list {
    flex-wrap: wrap;
  }
  .layout_six-list:before {
    display: none;
  }
  .layout_six-list-item {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .layout_six-list-item-img {
    order: 0 !important;
  }
  .layout_six-list-item-circle {
    order: 0 !important;
  }
  .layout_six-list-item-text {
    height: auto;
  }
  .footer-top .wrap {
    flex-direction: column;
  }
  .footer-top_nav {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .footer-top_nav-item a {
    font-size: 14px;
  }
  .footer-top_text {
    padding-left: 0;
    width: 100%;
  }
  .footer-top_text p {
    font-size: 14px;
  }
  .footer-top_text p + p {
    margin-top: 0;
  }
  .layout_title-text .d1 {
    width: auto;
  }
  .nav-box_item.on > a,
  .nav-box_item:hover > a {
    border-bottom: none;
  }
  .page-cate {
    gap: 5px;
    margin: 15px 0;
  }
  .page-cate_item a {
    font-size: 12px;
    padding: 0.2em 1em;
  }
  .layout_page .page-title {
    margin-bottom: 20px;
  }
  .layout_page .page-title .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .layout_page .page-title .p2 span {
    line-height: 16px;
    font-size: 14px;
  }
  .page-about_content img,
  .page-about_content video {
    width: 100% !important;
  }
}

.page-contact {
  padding: 2vw 0;
}
.page-contact_box .p1 {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.page-contact_box .p2 {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.page-contact_box .d1 {
  margin: 20px auto 32px;
  text-align: center;
}
.page-contact_box .d2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-contact_box .d2_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1vw;
}
.page-contact_box .d2_item img {
  width: 95px;
  margin-bottom: 5px;
}
.page-contact_box .d2_item p {
  font-size: 12px;
  color: #333;
}
.page-contact_box .d3 {
  margin: 2vw 0;
  display: flex;
  border: 1px #cccccc solid;
}
.page-contact_box .d3_item {
  flex: 1;
  border-right: 1px #cccccc solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 265px;
  justify-content: center;
}
.page-contact_box .d3_item:last-child {
  border-right: none;
}
.page-contact_box .d3_item img {
  margin-bottom: 10px;
}
.page-contact_box .d3_p1 {
  font-size: 13px;
  color: #333;
  margin-bottom: 13px;
}
.page-contact_box .d3_p2 {
  font-size: 16px;
  color: #333;
}
.page-contact_box .d4 {
  text-align: center;
}
.page-contact_box .d4p1 {
  font-size: 30px;
  color: #4c4c4c;
}
.page-contact_box .d4p2 {
  font-size: 12px;
  color: #4c4c4c;
}

@media (max-width: 990px) {
  .page-contact_box .d1 {
    margin: 15px auto;
  }
  .page-contact_box .d3 {
    flex-wrap: wrap;
  }
  .page-contact_box .d3_item {
    width: 100%;
    flex: none;
    border-bottom: 1px #cccccc solid;
    height: auto;
    padding: 20px 10px;
    border-right: none;
  }
  .page-contact_box .d3_item:last-child {
    border-bottom: none;
  }
  .page-contact_box .d3_item img {
    width: 20px;
  }
  .page-contact_box .d3_p1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-contact_box .d3_p2 {
    font-size: 14px;
  }
  .page-contact_box .d4p1 {
    font-size: 20px;
  }
}


.links {background:#434343; padding: 5px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.links .wrap { display: flex; flex-wrap: wrap; }
.links-title { white-space: nowrap; font-size: 16px; color: #fff; }
.links-list a { font-size: 14px; margin: 3px; color: rgba(255,255,255,0.8); }
.links-list a:hover { color: #fff; }